home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / qpeg11c.zip / FAQ.DOC < prev    next >
Text File  |  1993-11-19  |  5KB  |  112 lines

  1. -----------------------------------------------------------------------------
  2.                                
  3.                                Q P E G   F A Q
  4.                               ~~~~~~~~~~~~~~~~~
  5.                     Frequently Asked Questions about QPEG
  6.                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. -----------------------------------------------------------------------------
  8.  
  9. Table of Contents
  10. ~~~~~~~~~~~~~~~~~
  11. 1. I can't get QPEG to work with my graphics card.  What can I do?
  12. 2. QPEG displays images greyscaled only.  How do I get color?
  13. 3. I'm using the VESA driver.  16 and 256 color modes work, but I can't get
  14.    hicolor or truecolor.  What's wrong?
  15. 4. Is it possible to switch off that annoying beep?
  16. 5. When zooming or panning across large images, the bottom part is distorted.
  17.    Why?
  18. 6. When I try to zoom or pan, the screen turns black.  What happened?
  19. 7. Will there be a Windows version?
  20.  
  21. -----------------------------------------------------------------------------
  22.  
  23.  > I can't get QPEG to work with my graphics card.  What can I do?
  24.  
  25. There are several ways:
  26. 1. Use the VESA configuration.  If your BIOS doesn't support native VESA
  27.    compatibility, try to get UNIVBE or UNIVESA.  These are TSRs (i.e.
  28.    programs that stay resident in memory) which make your BIOS VESA
  29.    compatible.  They are available from most major PD/Shareware sources.
  30. 2. Use the standard VGA configuration (STDVGA.CFG and STDVGA.DRV).
  31.    However, this provides only a very small number of video modes.
  32. 3. If you are an experienced programmer, you can create a video driver
  33.    yourself.  Of course you must have some information about your
  34.    graphics hardware.  Read the file DRV.DOC for more information about
  35.    how to create a QPEG video driver.
  36.  
  37. ------------------
  38.  
  39.  > QPEG displays images greyscaled only.  How do I get color?
  40.  
  41. By default, QPEG uses the video mode 640x480x16 which only offers
  42. greyscaled display.
  43. To change the mode, use the '+' and '-' keys while in the directory screen
  44. (not while viewing an image!).  Watch the status line in the upper window:
  45. it tells you the currently selected resolution and number of colors.
  46. Hit the '+' key until it says at least '256 colors'.  Be sure not to be in
  47. greyscaled mode (if the status line says '<grey>', use the '$' key).
  48. Now QPEG will display images in color.
  49. You can change the default video mode by editing the initialization file
  50. QPEG.INI.  For that purpose you can use any standard ASCII text editor
  51. (e.g. EDIT which is supplied with MS-DOS 5/6).  Please read the comments
  52. in QPEG.INI, and you will be able to change QPEG's defaults.
  53.  
  54. ------------------
  55.  
  56.  > I'm using the VESA driver.  16 and 256 color modes work, but I can't get
  57.    hicolor or truecolor.  What's wrong?
  58.  
  59. In order to be able to use hicolor and truecolor modes with the VESA driver,
  60. your VESA BIOS (or VESA VBE/TSR) must be at least version 1.2.
  61. Versions prior 1.2 of the VESA standard did not define hicolor and truecolor
  62. modes.
  63. Try to get UNIVBE or UNIVESA.  These are TSRs (i.e. programs that stay
  64. resident in memory) which make your BIOS VESA 1.2 compatible.  They are
  65. available from most major PD/Shareware sources.
  66.  
  67. ------------------
  68.  
  69.  > Is it possible to switch off that annoying beep?
  70.  
  71. Yes, you can do that by editing the initialization file QPEG.INI.
  72. For that purpose you can use any standard ASCII text editor (e.g. EDIT
  73. which is supplied with MS-DOS 5/6).  Please read the comments in QPEG.INI,
  74. and you will be able to change QPEG's defaults.
  75.  
  76. ------------------
  77.  
  78.  > When zooming or panning across large images, the bottom part is distorted.
  79.    Why?
  80.  
  81.  > When I try to zoom or pan, the screen turns black.  What happened?
  82.  
  83. Two questions, one answer:  there's not enough XMS/EMS memory.
  84. QPEG stores the decoded image in XMS/EMS memory (if such memory is present
  85. at all).  When zooming or panning, QPEG copies the visible part of the image
  86. back from XMS/EMS to video memory.
  87. If you don't have any XMS/EMS memory at all, the screen will turn black.
  88. If you have XMS/EMS memory, but it's not enough for the image, the bottom
  89. part will look distorted.  Remember that in truecolor modes each pixel
  90. takes three bytes (so a 640x480 image needs 900 Kb), in hicolor modes
  91. each pixel takes two bytes, in 256 and 16 color modes each pixel takes
  92. one byte.
  93. How to solve the problem?  Well, there are several ways:
  94.  - Don't use panning/zooming.
  95.  - Use a video mode with less colors.  For example, in 256 color modes
  96.    an image takes half the memory as compared to hicolor modes.
  97.  - Free some XMS/EMS memory.  For example, if you have installed a RAM disk
  98.    or disk cache program, removing it may give you some more memory.
  99.  - Buy more memory.
  100.  
  101. ------------------
  102.  
  103.  > Will there be a Windows version?
  104.  
  105. No, not in the near future.  QPEG runs in fillscreen mode under Windows 3.1
  106. and OS/2 2.1.  Under certain circumstances the display doesn't work correctly
  107. under Windows (that's probably the fault of Windows).  There's usually less
  108. XMS/EMS memory available when started under Windows or OS/2, so you may not
  109. be able to pan across larger images.
  110.  
  111. -----------------------------------------------------------------------------
  112.